home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / PCB_DESI / H031A.ZIP / PADSDEMO / PADS.EXE / PCBS.BAT < prev    next >
DOS Batch File  |  1992-01-08  |  195b  |  15 lines

  1. echo off
  2.  
  3. front /X
  4.  
  5. :top
  6. if not exist files\startup.mac goto userparms
  7. pcbshare /s /r:files\startup.mac
  8. del files\startup.mac >nul
  9. goto end
  10. :userparms
  11. pcbshare %1 %2
  12.  
  13. :end
  14. cd \pads
  15.